home *** CD-ROM | disk | FTP | other *** search
- -- background: 2647 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 0
- -- name: Reference
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 8004
- -- rect: left=4 top=307 right=335 bottom=100
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: MAIN MENU
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris open to card
- go to card "MAIN MENU" of stack "MAIN"
- end mouseUp
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=426 top=307 right=328 bottom=509
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next Card
- ----- HyperTalk script -----
- on mouseUp
- go to next card
- end mouseUp
-